env: EDE_CI
# Variables listed here are applicable to all host groups

httpd_port: 80
repository: ???

ansible_ssh_user: vaaactasfpcjenkins
# mccf source repository information
mccf_repo: mccf
# mccf staging urls
mccf_staging_base_url: "http://vaausfpctas801.aac.va.gov"
mccf_staging_url: "{{ mccf_staging_base_url }}/ci"
mccf_tas_url: "{{ mccf_staging_url }}/tas"

mccf_pub_url: "{{ mccf_staging_base_url }}/pub"
mccf_pub_repo_url: "{{ mccf_pub_url }}/repo"
mccf_npm_repo_url: "{{ mccf_pub_repo_url }}/npm"
mccf_misc_repo_url: "{{ mccf_pub_repo_url }}/misc"

mccf_eAdmin_url: "{{ mccf_pub_url }}/eAdmin"
mccf_eBill_url: "{{ mccf_pub_url }}/eBill"
mccf_eIns_url: "{{ mccf_pub_url }}/eIns"
mccf_ePay_url: "{{ mccf_pub_url }}/ePay"
mccf_ePharm_url: "{{ mccf_pub_url }}/ePharm"

tas_site_url: "https://{{ inventory_hostname }}/"

sinopia_pkg_url: "{{ mccf_npm_repo_url }}/sinopia"
groovy_pkg_url: "{{ mccf_misc_repo_url }}/groovy"
fortify_download_url: "{{ mccf_misc_repo_url }}/Fortify"
jmeter_download_url: "{{ mccf_misc_repo_url }}/jmeter"

# URL to access sinopia repository
sinopia_host: "http://vaausfpctas801.aac.va.gov"
sinopia_port: "4873"
sinopia_admin_user: npm_admin
sinopia_admin_passwd: "{{ sinopia_admin_password }}!"
sinopia_admin_email: PII               

npm_registry: "{{ sinopia_host }}:{{ sinopia_port }}"

NODE_ENV: production

destination_cert_path: /etc/pki/tls/certs/
destination_key_path: /etc/pki/tls/private/

source_key: "{{ ansible_fqdn }}.key.enc"
source_crt: "{{ ansible_fqdn }}.crt"
source_pem: "{{ ansible_fqdn }}.pem"

#do not deploy this, it is a master file
csr_name: 

#do not deploy this, it is a master file
primary_cert: 